-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: merging upstream's 0.16.3 #160
Conversation
Cleanup import implementations (the native_* stuff)
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Extend IBC entry point messages
Add the cosmwasm-* version changes to MIGRATING.md
Add custom events to IBC response types
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
attr construction should panic for reserved names
Collect types Attribute and Event in events.rs 💅
Crypto update k256 version
Fix clippy +1.53.0 warnings
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit includes solving conflicts.
uint version 0.9.2 or lator uses the feature of edition2021. This cannot be used from wasmvm now.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a CI failure that appears to be a github bug. This is ignored. Not the result of this PR. If you click detail, the title is the previous PR 146.
@@ -1663,35 +1778,39 @@ checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" | |||
|
|||
[[package]] | |||
name = "wasmer" | |||
version = "1.0.2" | |||
version = "2.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need find out why it's 2.1.0.
Description
Redoing #148. This is for changing the merging way from
squash and merge
tocreate a merge commit
Types of changes
Checklist